home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / mh111190.arc / TRAPDOO1.BAT < prev    next >
DOS Batch File  |  1990-11-11  |  382b  |  14 lines

  1. @echo off
  2. rem trapdoor.bat
  3. rem
  4. rem %0 = mhjump.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
  5. rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
  6. rem
  7. if .%8. == .LOCAL. goto local
  8. c:\doors\dw COM%1: /O:T /G:ON /M:32767 /A:ON /B:MS /S:* /C:DOS
  9. goto end
  10. :local
  11. c:\doors\dw local  /O:T /G:ON /M:32767 /A:ON /B:MS /S:* /C:DOS
  12. :end
  13.  
  14.